home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / screen32.lha / screen-3.2b / patchlevel.h < prev    next >
Text File  |  1992-10-28  |  4KB  |  76 lines

  1. /* Copyright (c) 1991
  2.  *      Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de)
  3.  *      Michael Schroeder (mlschroe@immd4.informatik.uni-erlangen.de)
  4.  * Copyright (c) 1987 Oliver Laumann
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 1, or (at your option)
  9.  * any later version.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program (see the file COPYING); if not, write to the
  18.  * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  *
  20.  * Noteworthy contributors to screen's design and implementation:
  21.  *    Wayne Davison (davison@borland.com)
  22.  *    Patrick Wolfe (pat@kai.com, kailand!pat)
  23.  *    Bart Schaefer (schaefer@cse.ogi.edu)
  24.  *    Nathan Glasser (nathan@brokaw.lcs.mit.edu)
  25.  *    Larry W. Virden (lwv27%cas.BITNET@CUNYVM.CUNY.Edu)
  26.  *    Howard Chu (hyc@hanauma.jpl.nasa.gov)
  27.  *    Tim MacKenzie (tym@dibbler.cs.monash.edu.au)
  28.  *    Markku Jarvinen (mta@{cc,cs,ee}.tut.fi)
  29.  *    Marc Boucher (marc@CAM.ORG)
  30.  *
  31.  ****************************************************************
  32.  */
  33.  
  34. /****************************************************************
  35.  * $Header: /src.stand/pub/utilities/screen/3.2/RCS/patchlevel.h,v 1.2 92/02/03 02:27:59 jnweiger Exp $ 
  36.  *
  37.  * patchlevel.h: Our life story.
  38.  *   8.7.91 -- 3.00.01 -wipe and a 'setenv TERM dumb' bugfix.
  39.  *  17.7.91 -- 3.00.02 another patchlevel by Wayne Davison
  40.  *  31.7.91 -- 3.00.03 E0, S0, C0 for flexible semi-graphics, nonblocking 
  41.  *                     window title input and 'C-a :' command input.
  42.  *  10.8.91 -- 3.00.04 scrollback, markkeys and some bugfixes.
  43.  *  13.8.91 -- 3.00.05 mark routine improved, ansi prototypes added.
  44.  *  20.8.91 -- 3.00.06 screen -h, faster GotoPos in overlay, termcap %.
  45.  *                     instead of %c
  46.  *  28.8.91 -- 3.00.07 environment variable support. security. terminfo.
  47.  *                     pyramid and ultrix support.
  48.  *  07.9.91 -- 3.00.99 secopen(), MIPS support, SVR4 support.
  49.  *  09.9.91 -- 3.01.00 backspace bug fixed.
  50.  * 03.10.91 -- 3.01.01 ansi.c: null-ptr fixed, CLS now saves to scrollback.
  51.  *                     Using setresuid on hpux. Memory leak fixed.
  52.  *               Better GotoPos(). Support for IC. Another resize bug.
  53.  *                     Detach() w/o fore crashed. -T and -A(dapt) option.
  54.  *                     GNU copyleft.
  55.  * 19.12.91 -- 3.01.02 flow now really automatic (autoflow killed).
  56.  *               7 bit restriction removed from WriteString().
  57.  * 09.01.92 -- 3.01.03 flow reattach bug fixed. VDISCARD bug fixed.
  58.  * 13.01.92 -- 3.01.04 new flow concept: ^Af toggles now three states
  59.  * 21.01.92 -- 3.01.05 '^A:screen 11' bug fixed. aflag in DoScreen().
  60.  *                     Some code cleanup. attach_tty and display_tty[]
  61.  *                     added.
  62.  * 26.01.92 -- 3.01.06 apollo support, "hardcopy_append on", "bufferfile", 
  63.  *                     SECURITY PROBLEM cleared..
  64.  * 28.01.92 -- 3.01.07 screen after su allowed. Pid became part of 
  65.  *                     SockName. sysvish 14 character restriction considered.
  66.  * 31.01.92 -- 3.02.00 Ultrix port, Irix 3.3 SGI port, shadow pw support,
  67.  *                     data loss on stdin overflow fixed. "refresh off".
  68.  */
  69.  
  70. #define ORIGIN "FAU"
  71. #define REV 3
  72. #define VERS 2
  73. #define PATCHLEVEL 0
  74. #define DATE "10/28/92"
  75. #define STATE "b"
  76.